ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.ExpressionEditor.Engine Namespace / Argument Class / Argument Constructor / Argument Constructor(String,Type[])

In This Topic
    Argument Constructor(String,Type[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal availableTypes() As Type _
    )
    public Argument( 
       string name,
       Type[] availableTypes
    )

    Parameters

    name
    availableTypes
    See Also